Metadata-Version: 2.1
Name: planetmint
Version: 2.2.4
Summary: Planetmint: The Blockchain Database
License: AGPLv3
Author: Planetmint contributors
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Software Development
Requires-Dist: abci (==0.8.3)
Requires-Dist: aiohttp (==3.8.1)
Requires-Dist: base58 (==2.1.1)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: flask (==2.1.2)
Requires-Dist: flask-cors (==3.0.10)
Requires-Dist: flask-restful (==0.3.9)
Requires-Dist: gunicorn (==20.1.0)
Requires-Dist: jsonschema (==4.16.0)
Requires-Dist: logstats (==0.3.0)
Requires-Dist: nest-asyncio (==1.5.5)
Requires-Dist: packaging (>=22.0)
Requires-Dist: planetmint-ipld (>=0.0.3)
Requires-Dist: planetmint-transactions (>=0.7.0)
Requires-Dist: protobuf (==3.20.2)
Requires-Dist: pyasn1 (>=0.4.8)
Requires-Dist: pymongo (==3.11.4)
Requires-Dist: python-decouple (>=3.7,<4.0)
Requires-Dist: python-rapidjson (>=1.0)
Requires-Dist: pyyaml (==6.0.0)
Requires-Dist: requests (==2.25.1)
Requires-Dist: setproctitle (==1.2.2)
Requires-Dist: tarantool (==0.7.1)
Requires-Dist: werkzeug (==2.0.3)
Description-Content-Type: text/markdown

<!---
Copyright © 2020 Interplanetary Database Association e.V.,
Planetmint and IPDB software contributors.
SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
Code is Apache-2.0 and docs are CC-BY-4.0
--->

<!--- There is no shield to get the latest version
(including pre-release versions) from PyPI,
so show the latest GitHub release instead.
--->

[![Codecov branch](https://img.shields.io/codecov/c/github/planetmint/planetmint/master.svg)](https://codecov.io/github/planetmint/planetmint?branch=master)
[![Latest release](https://img.shields.io/github/release/planetmint/planetmint/all.svg)](https://github.com/planetmint/planetmint/releases)
[![Status on PyPI](https://img.shields.io/pypi/status/planetmint.svg)](https://pypi.org/project/Planetmint)
[![Build Status](https://app.travis-ci.com/planetmint/planetmint.svg?branch=main)](https://app.travis-ci.com/planetmint/planetmint)
[![Join the chat at https://gitter.im/planetmint/planetmint](https://badges.gitter.im/planetmint/planetmint.svg)](https://gitter.im/planetmint/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

# Planetmint Server

Planetmint is the blockchain database. This repository is for _Planetmint Server_.

## The Basics

* [Try the Quickstart](https://docs.planetmint.io/en/latest/introduction/index.html#quickstart)

## Run and Test Planetmint Server from the `master` Branch

Running and testing the latest version of Planetmint Server is easy. Make sure you have a recent version of [Docker Compose](https://docs.docker.com/compose/install/) installed. When you are ready, fire up a terminal and run:

```text
git clone https://github.com/planetmint/planetmint.git
cd planetmint
make run
```

Planetmint should be reachable now on `http://localhost:9984/`.

There are also other commands you can execute:

* `make start`: Run Planetmint from source and daemonize it (stop it with `make stop`).
* `make stop`: Stop Planetmint.
* `make logs`: Attach to the logs.
* `make lint`: Lint the project
* `make test`: Run all unit and acceptance tests.
* `make test-unit-watch`: Run all tests and wait. Every time you change code, tests will be run again.
* `make cov`: Check code coverage and open the result in the browser.
* `make docs`: Generate HTML documentation and open it in the browser.
* `make clean`: Remove all build, test, coverage and Python artifacts.
* `make reset`: Stop and REMOVE all containers. WARNING: you will LOSE all data stored in Planetmint.

To view all commands available, run `make`.

## Links for Everyone

* [Planetmint.io](https://www.planetmint.io/) - the main Planetmint website, including newsletter signup

## Links for Developers

* [All Planetmint Documentation](https://docs.planetmint.io/en/latest/)
* [CONTRIBUTING.md](.github/CONTRIBUTING.md) - how to contribute
* [Community guidelines](CODE_OF_CONDUCT.md)
* [Open issues](https://github.com/planetmint/planetmint/issues)
* [Open pull requests](https://github.com/planetmint/planetmint/pulls)
* [Gitter chatroom](https://gitter.im/planetmint/planetmint)

## Legal

* [Licenses](LICENSES.md) - open source & open content

