This website requires JavaScript.
Explore
Help
Register
Sign in
PrivateCoffee
/
structables
Watch
4
Star
0
Fork
You've already forked structables
1
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
cc450e10ff
structables
/
.gitignore
7 lines
62 B
Text
Raw
Normal View
History
Unescape
Escape
Replaced selenium with playwright Fixed requirements Added source links to footer
2023-06-02 14:02:40 +00:00
venv/
*.pyc
__pycache__/
Merge remote-tracking branch 'upstream/main'
2023-06-03 21:04:34 +00:00
.vscode
refactor: streamline README and enhance project visibility Updated the project documentation and .gitignore for a cleaner structure and enhanced visibility. The README now integrates dynamic badges for real-time status like support links, PyPI version, and latest commit info, offering a quick overview of the project status at a glance. These changes aim to make the project more accessible to potential contributors and users by providing essential information more efficiently. Additionally, the `.gitignore` file has been updated to include the `dist/` directory, preventing the accidental inclusion of distribution files in the repository, thus maintaining a cleaner project structure. The restructuring of the README content, including a simplified approach to setting up development and production environments, aligns with best practices, making it easier for new contributors to get started. Furthermore, the changes enhance project documentation coherence and readability by embedding relevant badges and updating linkage paths for better navigation.
2024-05-23 06:27:21 +00:00
privacy.txt
feat: add markdown support for privacy policy Introduced markdown rendering for the privacy policy alongside plain text support. This change enriches the presentation of the privacy policy by allowing markdown-formatted files. To facilitate this, the markdown2 library was added as a dependency, and the logic in the privacy policy route was adjusted to prioritize `.md` files over `.txt` when available. This update also includes a minor version bump and the addition of a markdown-related entry to `.gitignore`. These changes enhance the flexibility and user experience by supporting more visually structured privacy policies. The removal of the default privacy file path (`privacy.txt`) from the environment configuration encourages explicit file path specification, accommodating the new markdown feature more seamlessly.
2024-06-08 18:07:58 +00:00
privacy.md
feat: bump version to 0.2.1, update .gitignore Incremented the project version to 0.2.1, preparing for a new release with minor improvements and bug fixes. Additionally, refined the .gitignore file to explicitly include the distribution directory, ensuring build artifacts are not accidentally committed to version control. This step aligns with best practices for Python project maintenance and distribution.
2024-05-23 07:05:26 +00:00
/dist/
Reference in a new issue
Copy permalink