Skip to main content

Simple lightweight data-interchange format, written in Python

Project description

EVE

EVE is an lightweight data-interchange format.

Getting Started

These instructions will help you get started using EVE

Installing

You can install it with pip (https://pypi.org/project/evepy/)

pip install evepy

Another way is to clone the repo and import the python file (eve.py) If none of them, you can also put the GitHub URL in your requirements.txt file (https://pip.pypa.io/en/stable/user_guide/#requirements-files)

Strict Grammer Rules

EVE currently have very strict grammar rules, to avoid errors. Please follow them:

  1. Make a new line for every variable - Don't have mutliple on one line
  2. Make sure the name of text variables have quotes around it - Ex: 'Parent/Name' :: 5, not Parent/Name = 5
  3. Make sure to have a ; after the end bracket
  4. Make sure to have spaces between parents, operators and values - Ex: 'Parent' :: 'Value', not 'Parent'::'Value'. The same thing for other functions
  5. Make sure to have the right define symbols in front - Ex: $Define = 'Method', not Define = 'Method'
  6. Don't make comment on lines with code - Ex: @A new line for comments, not ?bool = False @Don't do this!
  7. Of course also make sure to have the opening and closing brackets

Example use

Here are examples of how to use EVE

example.eve

[
  @ This is a comment

  @ String variables
  'Name' :: 'Eric'
  'Age' :: '21'
  'Country' :: 'USA'
  'City' :: 'New York'

  @ Boolean variables
  ?hasGirlfriend = False
];

example.py

import evepy as eve

result = eve.load('example.eve')
print(result['Name'])
result['Age'] = '22'
eve.save(result, 'example.eve')

ATOM grammar syntax highlighting

  1. Copy the folder: eve from the editors\atom folder
  2. Paste that to the .atom folder in C:\Users\yourusername\.atom\packages
  3. Now restart ATOM and it should work

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

evepy-1.6.tar.gz (5.3 kB view details)

Uploaded Source

File details

Details for the file evepy-1.6.tar.gz.

File metadata

  • Download URL: evepy-1.6.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.11.1 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.0

File hashes

Hashes for evepy-1.6.tar.gz
Algorithm Hash digest
SHA256 e827073e490a09194bcec1d1b9de9382c098069f600e53fda704327156995e06
MD5 ff9df2033fd878aec1161b3285f13a89
BLAKE2b-256 2b1c00135237c8e248df9ffa8a2bce5f850778f11aad67180c30ce3b77925cf2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page