Skip to main content

Footpy Manager

This project able developer to get insights from matches of football. In the following lines I will show an example of usage.

Getting Started

from footpy_manager import Team, Match, FootpyManager

team1 = Team('Internacional', 'Brazil')
team2 = Team('Gremio', 'Brazil')
team3 = Team('Flamengo', 'Brazil')

match1 = Match(team1, team2, 2, 0, '01-01-2020')
match2 = Match(team3, team2, 1, 2, '01-01-2020')
match3 = Match(team1, team3, 0, 0, '01-01-2020')

matches = [match1, match2, match3]

footpy = FootpyManager()

for match in matches:
    footpy.insert_match(match)

print(footpy.match_with_more_goals())
print("-----------------------------")
print("The mean of goals made by {} is {}".format(team1.name, footpy.mean_goals_made(team1)))

Prerequisites

What things you need to install the software and how to install them

pandas 1.05>

Installing

To install the package you must run this command line.

pip install footpy-manager

Author

License

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

Repository

  • The code of the project can be found here

Acknowledgments

  • The Udacity to encourage the students to share our projects.

Release files for footpy-manager 0.6

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for footpy-manager 0.6
File Size Uploaded
footpy_manager-0.6.tar.gz 3.5 kB Details

Release files / footpy_manager-0.6.tar.gz

Download URL footpy_manager-0.6.tar.gz
Size 3.5 kB
Tags Source
SHA-256 checksum
How to use checksums
37a16fec69363c8ac8086b869c7c2aebcbdf6eabae2c3272c2b0ff29ed38b8a8
BLAKE2b-256 checksum
How to use checksums
ada7ff51f5c3005760a975584e3a858465522a4ded2b89fa5dcbf62a3254570b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3

Release history Release notifications | RSS feed

This release

0.6 This release

1 release file

0.5

1 release file

0.4

1 release file

0.3

1 release file

0.2

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page