2024-07-08 17:10:04 +00:00
|
|
|
<!--- WARNING --->
|
|
|
|
<!--- THIS IS AN AUTO-GENERATED FILE --->
|
|
|
|
<!--- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN --->
|
2024-07-08 17:06:10 +00:00
|
|
|
|
2024-08-02 15:11:05 +00:00
|
|
|
|
|
|
|
|
2024-07-08 18:22:14 +00:00
|
|
|
# Datagraph Library.
|
2024-07-08 17:06:10 +00:00
|
|
|
|
|
|
|
Utility for working with scheme+ld and other data-graph and semantic web formats.
|
2024-07-09 21:59:54 +00:00
|
|
|
|
|
|
|
|
2024-09-26 22:01:31 +00:00
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
All requirements can be installed easily using:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
pip install -r requirements.txt
|
|
|
|
```
|
|
|
|
|
|
|
|
Full list of requirements:
|
|
|
|
- [requests](https://pypi.org/project/requests/)
|
|
|
|
- [ratelimit](https://pypi.org/project/ratelimit/)
|
|
|
|
- [wikidata](https://pypi.org/project/wikidata/)
|
|
|
|
|
|
|
|
|
|
|
|
## License
|
2024-07-09 21:59:54 +00:00
|
|
|
|
|
|
|
```
|
2024-07-09 22:08:54 +00:00
|
|
|
Copyright (c) 2022-2024 Jon Michael Aanes
|
2024-07-09 21:59:54 +00:00
|
|
|
|
|
|
|
All rights reserved.
|
|
|
|
```
|