A library manage all things Magic The Gathering related in python
Project description
mightstone
Features
- Mightstone use
Pydantic
,Beanie
andAsyncio
as core feature. - Integrated persistence support through
Beanie
of many data classes. Download once, and use data offline. - HTTP cache integration
- Supported services:
Supported on python 3.9, 3.10, 3.11, and 3.12.
Usage
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
Developing
Run make
for help
make install # Run `poetry install`
make lint # Runs bandit, black, mypy in check mode
make test # run pytest with coverage
make build # run `poetry build` to build source distribution and wheel
make pyinstaller # Create a binary executable using pyinstaller
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
The project lint step will enforce coding standards through Black, Isort and Mypy.
System dependencies
As an asynchronous data handler, Mightstone must handle large JSON files that’s why it relies on IJSON. Mightstone use Ijson that relies on YAJL. IJson will use its python backend on the run if YAJL is not installed, but you could benefit from installing YAJL locally.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mightstone-0.8.5.tar.gz
.
File metadata
- Download URL: mightstone-0.8.5.tar.gz
- Upload date:
- Size: 138.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7309b6d95f14514b2ca59c674761c90e79e1297021574f2d43a0363b03030991 |
|
MD5 | ecdf937a4de8f20a095286722829a2af |
|
BLAKE2b-256 | 19d1ef3f7956e8b997ed77742ec297981308feaf0d546117ef3bf55228579279 |
File details
Details for the file mightstone-0.8.5-py3-none-any.whl
.
File metadata
- Download URL: mightstone-0.8.5-py3-none-any.whl
- Upload date:
- Size: 147.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8c080adf4360b9de5c339d05f8f7dd6924fd42230bf51857f4d3c58acdc5c51 |
|
MD5 | 9bff4903eb208876d633a5b1c0e61114 |
|
BLAKE2b-256 | c918b13ef3e9bcfbb9aa26499fcfca03cd11a96bf73aea1b026e17d7d0dae164 |